Remove style attribute from div with jquery

67

Remove style attribute from div with jquery -

$("#voltaic_holder").removeAttr("style")

Adding and removing style attribute from div with jquery -

$("#voltaic_holder").css("position", "relative");

Comments

Submit
0 Comments